DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollection<T> Class / TotalCount Property

In This Topic
    TotalCount Property (C1DataCollection<T>)
    In This Topic
    Gets the total number of items in the collection.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property TotalCount As Integer
    public virtual int TotalCount {get;}
    See Also